Class symantec.itools.db.beans.brl.binding.ComputedColumnDataSource
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class symantec.itools.db.beans.brl.binding.ComputedColumnDataSource

Object
   |
   +----SingleRowBDSSupport
           |
           +----symantec.itools.db.beans.brl.binding.ComputedColumnDataSource

public class ComputedColumnDataSource
extends SingleRowBDSSupport
ComputedColumnDataSource is a data source registered on the databus for specifically dealing with computed columns.

Version:
1.0 06/18/98
Author:
Puru Balakrishnan

Constructor Index

 o symantec.itools.db.beans.brl.binding.ComputedColumnDataSource()
Constructor

Method Index

 o createBindName()
 o getAliasName()
get the alias name
 o getComputedColBindName()
get the computed column binding name
 o registerOnDataBus()
Registers the bean on the data bus (it there are any parameters)
 o setAliasName(String)
set the alias name
 o setComputedColBindName(String)
set the computed column binding name
 o setComputedValue(Object)
set the computed value, which then sets the value in the data source.

Constructors

 o ComputedColumnDataSource
public ComputedColumnDataSource()
Constructor

Methods

 o createBindName
protected symantec.itools.db.beans.binding.Name createBindName()

Returns:
Returns a Name object that will be used for registering on the Data Bus The name will be null if there is no need for the object to be registered on the Data Bus. The naming convension is: "TableName@Field1,field2%Number of rows"
 o getAliasName
public java.lang.String getAliasName()
get the alias name

Returns:
String - alias name
 o getComputedColBindName
public java.lang.String getComputedColBindName()
get the computed column binding name

Returns:
String - bind name for column
 o registerOnDataBus
protected void registerOnDataBus()
Registers the bean on the data bus (it there are any parameters)

 o setAliasName
public void setAliasName(String name)
set the alias name

Parameters:
String - - alias name
 o setComputedColBindName
public void setComputedColBindName(String name)
set the computed column binding name

Parameters:
String - - name
 o setComputedValue
public void setComputedValue(Object value)
set the computed value, which then sets the value in the data source.

Parameters:
Object - - value

All Packages  Class Hierarchy  This Package  Previous  Next  Index